body,html{margin:0;padding:0;height:100%;width:100%;font-family:'Inter',sans-serif;background-color:#fff;color:#0f172a;overflow-x:hidden}*{box-sizing:border-box}body{display:flex;flex-direction:column;background-image:linear-gradient(#f1f5f9 1px,transparent 1px),linear-gradient(to right,#f1f5f9 1px,transparent 1px);background-size:40px 40px}header{padding:1.5rem 5%;flex:0 0 auto;display:flex;justify-content:space-between;align-items:center}header img{height:40px;width:auto}.status-badge{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:#10b981;background:rgba(16,185,129,0.1);padding:4px 12px;border-radius:99px}.status-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,0.4)}70%{box-shadow:0 0 0 6px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}main{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1.5rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-weight:700;letter-spacing:-0.03em;color:#0f172a;margin-bottom:1.5rem;max-width:900px}p.hero-text{font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.6;color:#475569;margin-bottom:2.5rem;max-width:650px}.cta-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}a.cta{display:inline-flex;align-items:center;justify-content:center;background-color:#0f172a;color:#fff;text-decoration:none;padding:1.125rem 3rem;font-size:1.125rem;font-weight:600;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);transition:all .2s ease}a.cta:hover{background-color:#1e293b;transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}a.cta:active{transform:translateY(0)}.micro-text{font-size:.875rem;color:#64748b;font-weight:500}.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2.5rem;opacity:.8}.badge{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#475569;font-weight:500}.badge svg{width:18px;height:18px;color:#0f172a}footer{flex:0 0 auto;padding:2rem 1.5rem;text-align:center;font-size:.75rem;color:#94a3b8;border-top:1px solid #e2e8f0;background:#fff}.disclaimer{margin-top:.75rem;color:#cbd5e1;max-width:600px;margin-left:auto;margin-right:auto}#activity-feed{position:fixed;bottom:20px;left:20px;background:#fff;border:1px solid #e2e8f0;padding:12px 16px;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);display:flex;align-items:center;gap:12px;transform:translateY(150%);transition:transform .5s cubic-bezier(0.16,1,0.3,1);z-index:50;max-width:320px}#activity-feed.active{transform:translateY(0)}.feed-icon{width:32px;height:32px;background:#f0f9ff;color:#0284c7;border-radius:50%;display:flex;align-items:center;justify-content:center}.feed-content{display:flex;flex-direction:column}.feed-title{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.feed-msg{font-size:.875rem;color:#0f172a;font-weight:500;line-height:1.4}@media(max-width:640px){h1{font-size:2.5rem}#activity-feed{left:50%;transform:translate(-50%,150%);width:90%;bottom:10px}#activity-feed.active{transform:translate(-50%,0)}}